home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Colorado Rockies Interactive CD-ROM 1999
/
Colorado Rockies 1999 Interactive CD-ROM.iso
/
mac
/
DXR
/
Main.dxr
/
00182_print 2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-30
|
345 b
|
21 lines
on mouseDown
cursor(4)
set doc to new(xtra("printomatic_lite"))
if not objectp(doc) then
exit
end if
setDocumentName(doc, "Installation")
setTextFont(doc, "Ariel")
setTextSize(doc, 10)
append(doc, member 115)
cursor(-1)
if doJobSetup(doc) then
print(doc)
set doc to 0
end if
end
on mouseUp
updateStage()
end